home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / compsci / arcsgm.cpt / ARC SGML 1.0 / sgmlc / arcsynrf.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-17  |  1.8 KB  |  76 lines

  1. #ifdef applec
  2. #pragma segment SegA
  3. #endif
  4. /******************************************************************************/
  5. /* ARCSYNRF: Reserved names and other constants for reference concrete syntax.
  6. */
  7. #include "entity.h"           /* Templates for entity control blocks. */
  8. #include "synxtrn.h"          /* Declarations for concrete syntax constants. */
  9. #include "adl.h"              /* Definitions for attribute list processing. */
  10. /******************************************************************************/
  11. struct sintax syn = {
  12.      {                        /* Keywords (reserved names). */
  13.           "ANY",
  14.           "ATTLIST",
  15.           "CAPACITY",
  16.           "CDATA",
  17.           "CHARSET",
  18.           "CONREF",
  19.           "CURRENT",
  20.           "DEFAULT",
  21.           "DOCTYPE",
  22.           "DOCUMENT",
  23.           "DTD",
  24.           "ELEMENT",
  25.           "ELEMENTS",
  26.           "EMPTY",
  27.           "ENDTAG",
  28.           "ENTITIES",
  29.           "ENTITY",
  30.           "FIXED",
  31.           "ID",
  32.           "IDREF",
  33.           "IDREFS",
  34.           "IGNORE",
  35.           "IMPLIED",
  36.           "INCLUDE",
  37.           "LINK",
  38.           "LINKTYPE",
  39.           "LPD",
  40.           "MD",
  41.           "MS",
  42.           "NAME",
  43.           "NAMES",
  44.           "NDATA",
  45.           "NMTOKEN",
  46.           "NMTOKENS",
  47.           "NONSGML",
  48.           "NOTATION",
  49.           "NUMBER",
  50.           "NUMBERS",
  51.           "NUTOKEN",
  52.           "NUTOKENS",
  53.           "PCDATA",
  54.           "PI",
  55.           "PUBLIC",
  56.           "RCDATA",
  57.           "RE",
  58.           "REQUIRED",
  59.           "RS",
  60.           "SDATA",
  61.           "SGML",
  62.           "SHORTREF",
  63.           "SPACE",
  64.           "STARTTAG",
  65.           "SUBDOC",
  66.           "SYNTAX",
  67.           "SYSTEM",
  68.           "TAB",
  69.           "TEMP",
  70.           "TEXT",
  71.           "USELINK",
  72.           "USEMAP",
  73.      },
  74. };
  75. /******************************************************************************/
  76.